home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / SCRIPTZ / BAZ_NOT.ZIP / baz_not.txt
Text File  |  1997-02-03  |  2KB  |  48 lines

  1. This script will be a part of []baz▀ot[] v2.╪ made by Ronny 1997⌐
  2.  
  3. This Script Will Tell you if the People On Your Notify Are REALY The
  4. People You Are Looking For. (And Will Also Tell You iF The Guy Is
  5. Away And,Or an IRC Operator (if he is really the guy you looked for.))
  6.  
  7. Level 50 = Friend.
  8. Level 100 = Op.
  9. (modify at your own risk!!)
  10.  
  11. All you need to do is to add the folowing in to the indicated section of tools
  12.  
  13. *** mIRC v4.7+ ***
  14.  
  15. Popups: (nicknames list)
  16. Notify
  17. .Add A Friend: { %comment = $$?="Enter Comment." | notify $1 %comment | guser 50 $1 3 | echo 4 -a $colr(12,***) Added $1 To The Notify List As A Friend. $colr(12,***)  }
  18. .Add An Op: { %comment = $$?="Enter Comment." | notify $1 %comment | guser 100 $1 3 | echo 4 -a $colr(12,***) Added $1 To The Notify List As An Op $colr(12,***)  }
  19. .Remove From Notify: { notify $1 | ruser $1 3 | echo 4 -a $colr(12,***) Removed $1 From Da Notify List. }
  20.  
  21.  
  22. Raw:
  23.  
  24. #note disabled
  25. 311:*: {
  26.   %notadd =  $parm2 $+ ! $+ $parm3 $+ @ $+ $parm4 | %notadd = $mask(%notadd,1) | %notadd = $level(%notadd) 
  27.   if (%notadd = 50) { echo 4 -a $colr(12,***) $parm2 iS A Friend $colr(12,***) }
  28.   elseif (%notadd = 100) { echo 4 -a $colr(12,***) $parm2 iS An Op!!! $colr(12,***) }
  29.   else { %noway = NoThIm | echo 4 -a $colr(12,***) I Dont Know $parm2 $+ . $colr(12,***) }
  30.   halt
  31. }
  32. 319:*: { halt }
  33. 312:*: { halt }
  34. 317:*: { halt }
  35. 313:*: { if (%noway != NoThIm) { echo 4 -a $colr(13,***) Hrmm.. $parm2 iS An IRC Operator!! | halt } else { halt } }
  36. 301:*: { if (%noway != NoThIm) { echo 4 -a $colr(3,***) $parm2 iS Away.... $colr(3,***) | halt } | else { halt } }
  37. 318:*: { .disable #note | unset %noway | halt }
  38. #note end
  39.  
  40. Remote Events:
  41.  
  42. 1:on notify: { .enable #note | whois $nick } 
  43.  
  44. Aliases:
  45.  
  46. colr { return $chr(3) $+ $1 $+ *2 $+ $chr(3) }
  47.  
  48. Notify Script v1.0